aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-11net: dsa: add port_fdb_prepareVivien Didelot
2015-10-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-10-11net: synack packets can be attached to request socketsEric Dumazet
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov
2015-10-09net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker
2015-10-09net/dcb: make dcbnl.c explicitly non-modularPaul Gortmaker
2015-10-09net/core: make sock_diag.c explicitly non-modularPaul Gortmaker
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai
2015-10-09net/dccp: dccp_bad_service_code can be booleanYaowei Bai
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai
2015-10-08Bluetooth: Fix basic debugfs entries for unconfigured controllersMarcel Holtmann
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-10-086lowpan: move shared settings to lowpan_netdev_setupAlexander Aring
2015-10-08net: Do not drop to make_route if oif is l3mdevDavid Ahern
2015-10-08bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann
2015-10-08Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2015-10-08dst: Pass net into dst->outputEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman
2015-10-08ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmitEric W. Biederman
2015-10-08ipv4: Cache net in iptunnel_xmitEric W. Biederman
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman
2015-10-08dst: Pass a sk into .local_outEric W. Biederman
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-10-08xfrm: Only compute net once in xfrm_policy_queue_processEric W. Biederman
2015-10-08ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_skEric W. Biederman
2015-10-08ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_skEric W. Biederman
2015-10-08Bluetooth: 6lowpan: Remove unnecessary chan_get() functionJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Rename confusing 'pchan' variablesJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Remove unnecessary chan_open() functionJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Remove redundant BT_CONNECTED assignmentJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Remove redundant (and incorrect) MPS assignmentsJohan Hedberg
2015-10-08Bluetooth: 6lowpan: Fix imtu & omtu valuesJohan Hedberg
2015-10-08Bluetooth: Enforce packet types in hci_recv_frame driver functionMarcel Holtmann
2015-10-08Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFMarcel Holtmann
2015-10-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann
2015-10-08Bluetooth: Send index information updates to monitor channelMarcel Holtmann
2015-10-07tcp: ensure prior synack rtx behavior with small backlogsEric Dumazet
2015-10-07net: ipv4: tcp.c Fixed an assignment coding style issueYuvaraja Mariappan
2015-10-07bridge: netlink: add support for port's multicast_router attributeNikolay Aleksandrov
2015-10-07bridge: netlink: allow to flush port's fdbNikolay Aleksandrov
2015-10-07bridge: netlink: export port's timer valuesNikolay Aleksandrov
2015-10-07bridge: netlink: export port's topology_change_ack and config_pendingNikolay Aleksandrov
2015-10-07bridge: netlink: export port's id and numberNikolay Aleksandrov