summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bridge: rename struct bridge_mcast_query/querierLinus Lüssing2014-06-103-95/+100
* gre: allow changing mac address when device is upstephen hemminger2014-06-101-0/+1
* tcp: add gfp parameter to tcp_fragmentOctavian Purdila2014-06-102-9/+11
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-086-37/+60
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-066-37/+60
| |\
| | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-056-37/+60
| | |\
| | | * Bluetooth: Fix L2CAP deadlockJukka Taimisto2014-06-021-1/+4
| | | * Bluetooth: Fix missing check for FIPS security levelJohan Hedberg2014-06-021-1/+2
| | | * Bluetooth: Fix requiring SMP MITM for outgoing connectionsJohan Hedberg2014-05-311-3/+4
| | | * Bluetooth: l2cap: Set more channel defaultsJukka Rissanen2014-05-301-0/+6
| | | * Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handlingJukka Rissanen2014-05-301-30/+35
| | | * Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg2014-05-301-0/+1
| | | * Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg2014-05-301-2/+8
* | | | mac802154: llsec: add forgotten list_del_rcu in key removalPhoebe Buckheister2014-06-061-0/+1
|/ / /
* | | ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener2014-06-051-13/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-052-4/+12
|\ \ \
| * | | net: filter: fix SKF_AD_PKTTYPE extension on big-endianAlexei Starovoitov2014-06-051-0/+11
| * | | ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener2014-06-041-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-06-053-20/+62
|\ \ \ \
| * | | | netfilter: nf_tables: atomic allocation in set notifications from rcu callbackPablo Neira Ayuso2014-06-021-6/+6
| * | | | netfilter: nf_tables: allow to delete several objects from a batchPablo Neira Ayuso2014-06-021-9/+31
| * | | | netfilter: nft_rbtree: introduce lockingPablo Neira Ayuso2014-06-021-1/+21
| * | | | netfilter: nf_tables: release objects in reverse order in the abort pathPablo Neira Ayuso2014-06-021-1/+2
| * | | | netfilter: nf_tables: fix wrong transaction ordering in set elementsPablo Neira Ayuso2014-06-021-2/+2
| * | | | netfilter: nfnetlink_acct: Fix memory leakMathieu Poirier2014-06-021-1/+0
* | | | | bridge: Fix incorrect judgment of promiscToshiaki Makita2014-06-051-1/+2
* | | | | MPLS: Use mpls_features to activate software MPLS GSO segmentationSimon Horman2014-06-051-1/+27
* | | | | ipv4: use skb frags api in udp4_hwcsum()WANG Cong2014-06-051-4/+5
* | | | | net: use the new API kvfree()WANG Cong2014-06-0511-58/+12
* | | | | dns_resolver: Do not accept domain names longer than 255 charsManuel Schölling2014-06-051-2/+2
* | | | | vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)Tom Herbert2014-06-041-1/+1
* | | | | gre: Call gso_make_checksumTom Herbert2014-06-048-4/+17
* | | | | net: Add GSO support for UDP tunnels with checksumTom Herbert2014-06-046-23/+28
* | | | | tcp: Call gso_make_checksumTom Herbert2014-06-041-5/+2
* | | | | net: Support for multiple checksums with gsoTom Herbert2014-06-042-1/+15
* | | | | l2tp: call udp{6}_set_csumTom Herbert2014-06-041-49/+5
* | | | | udp: Generic functions to set checksumTom Herbert2014-06-042-0/+75
* | | | | net: Revert "fib_trie: use seq_file_net rather than seq->private"Sasha Levin2014-06-041-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-0313-44/+131
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | rtnetlink: fix a memory leak when ->newlink failsCong Wang2014-06-031-3/+7
| * | | | xfrm: fix race between netns cleanup and state expire notificationMichal Kubecek2014-06-031-11/+25
| * | | | net: filter: fix possible memory leak in __sk_prepare_filter()Leon Yu2014-06-021-1/+6
| * | | | tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng2014-06-021-6/+5
| * | | | netlink: Only check file credentials for implicit destinationsEric W. Biederman2014-06-021-1/+6
| * | | | net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-06-021-8/+3
| * | | | bridge: Prevent insertion of FDB entry with disallowed vlanToshiaki Makita2014-06-023-2/+37
| * | | | bridge: notify user space after fdb updateJon Maxwell2014-06-011-1/+7
| * | | | net: fix wrong mac_len calculation for vlansNikolay Aleksandrov2014-06-011-10/+25
| * | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-05-311-3/+3
| |\ \ \ \
| | * | | | batman-adv: fix NULL pointer dereferencesMarek Lindner2014-05-311-3/+3