summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2012-08-23packet: Protect packet sk list with mutex (v2)Pavel Emelyanov
2012-08-23Merge git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-21af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet
2012-08-20net: ipv6: fix oops in inet_putpeer()Patrick McHardy
2012-08-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-15sctp: fix a compile error in sctp.hCong Wang
2012-08-15sctp: Make sysctl tunables per netEric W. Biederman
2012-08-15sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman
2012-08-15sctp: Push struct net down into all of the state machine functionsEric W. Biederman
2012-08-15sctp: Push struct net down into sctp_in_scopeEric W. Biederman
2012-08-15sctp: Push struct net down into sctp_transport_initEric W. Biederman
2012-08-15sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman
2012-08-15sctp: Add infrastructure for per net sysctlsEric W. Biederman
2012-08-15sctp: Make the mib per network namespaceEric W. Biederman
2012-08-15sctp: Make the proc files per network namespace.Eric W. Biederman
2012-08-15sctp: Make the ctl_sock per network namespaceEric W. Biederman
2012-08-15sctp: Make the address lists per network namespaceEric W. Biederman
2012-08-15sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman
2012-08-15sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman
2012-08-15sctp: Make the port hash table use struct net in it's key.Eric W. Biederman
2012-08-14llc2: Fix silent failure of llc_station_init()Ben Hutchings
2012-08-14gre: Support GRE over IPv6xeb@mail.ru
2012-08-10codel: refine one condition to avoid a nul rec_inv_sqrtEric Dumazet
2012-08-10ipv4: fix ip_send_skb()Eric Dumazet
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-08-10net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet
2012-08-10ipvs: add pmtu_disc option to disable IP DF for TUN packetsJulian Anastasov
2012-08-10ipvs: generalize app registration in netnsJulian Anastasov
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov
2012-08-09net: Dont use ifindices in hash fnsPavel Emelyanov
2012-08-08net: force dst_default_metrics to const sectionEric Dumazet
2012-08-07net: output path optimizationsEric Dumazet
2012-08-06net: avoid reloads in SNMP_UPD_PO_STATSEric Dumazet
2012-08-06net: ipv6: fix TCP early demuxEric Dumazet
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko
2012-08-06Bluetooth: Define AMP controller statusesAndrei Emeltchenko
2012-08-06Bluetooth: trivial: Fix mixing spaces and tabs in smpAndrei Emeltchenko
2012-08-06Bluetooth: debug: Fix printing refcnt for hci_connAndrei Emeltchenko
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko
2012-08-06Bluetooth: Remove missing codeAndre Guedes
2012-08-04netlink: add signed typesJiri Pirko
2012-08-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville